home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MemoryDOGs.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-16  |  114 b   |  9 lines

  1. on(release){
  2.    tellTarget("_flash0")
  3.    {
  4.       where_x = "4";
  5.       where_y = "3";
  6.       play();
  7.    }
  8. }
  9.